Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Jun 10, 2025

Problem:

  • extend<callback::service>(f) works fine when f is a lambda expression, but doesn't compile when f is a function.

Solution:

  • Decay functions to function pointers to properly store them.

Problem:
- `extend<callback::service>(f)` works fine when `f` is a lambda expression, but
  doesn't compile when `f` is a function.

Solution:
- Decay functions to function pointers to properly store them.
@elbeno elbeno merged commit f936842 into intel:main Jun 11, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants